From: Glenn Morris Date: Sun, 25 Sep 2011 02:30:31 +0000 (-0700) Subject: * src/buffer.c (truncate-lines): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~2131 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b37c9e04de135ad896664f989bb652d18e9bf574;p=emacs.git * src/buffer.c (truncate-lines): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index 69572378627..a7577f6bf7b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2011-09-25 Glenn Morris + + * buffer.c (truncate-lines): Doc fix. + 2011-09-24 Chong Yidong * window.c (Fwindow_prev_buffers, Fset_window_prev_buffers) diff --git a/src/buffer.c b/src/buffer.c index 37d2975c8c7..dffdeb536fc 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -5493,7 +5493,9 @@ Instead, give each line of text just one screen line. Note that this is overridden by the variable `truncate-partial-width-windows' if that variable is non-nil -and this buffer is not full-frame width. */); +and this buffer is not full-frame width. + +Minibuffers set this variable to nil. */); DEFVAR_PER_BUFFER ("word-wrap", &BVAR (current_buffer, word_wrap), Qnil, doc: /* *Non-nil means to use word-wrapping for continuation lines.